home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / pixie.cpt / Pixie Scheme ƒ / Pixie Scheme Help / card_23684.txt < prev    next >
Encoding:
Text File  |  1991-01-07  |  598 b   |  25 lines

  1. -- card: 23684 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2692
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 10
  9. ----- text -----
  10.  
  11. is right.  The former would be correct if there were a function "sci" that returned some kind of fmtΓÇôdescriptor, but there isn't:  A "fmt" is just a list with a special symbol (such as
  12. "int" or "fix") as its car.
  13.  
  14.     You may, of course, write
  15.  
  16.         (define my-favorite-format '(sci 3))
  17.  
  18. and then evaluate expressions such as
  19.  
  20.         (number-string foo my-favorite-format)
  21.  
  22.  
  23. -- part contents for background part 47
  24. ----- text -----
  25. 38